home *** CD-ROM | disk | FTP | other *** search
/ Chip 2007 January, February, March & April / Chip-Cover-CD-2007-02.iso / boot / i386 / root.fonts / root.fonts 34625 / etc / fonts / conf.d / 10-disable-cjk-bitmap-fonts.conf
Text File  |  2006-11-29  |  500b  |  16 lines

  1. <fontconfig>
  2.  
  3. <!-- if scalable CJK fonts are available, CJK bitmap fonst are  -->
  4. <!-- not necessary. But due to bugs in Qt they are accidentally -->
  5. <!-- selected on some resolutions by Qt.                        -->
  6. <!-- As a workaround, disable the CJK bitmap fonts to make it   -->
  7. <!-- impossible for Qt to select them                           -->
  8.  
  9.     <selectfont>
  10.         <rejectfont>
  11.             <glob>*b16.pcf*</glob>
  12.             <glob>*unifont.pcf*</glob>
  13.         </rejectfont>
  14.     </selectfont>
  15. </fontconfig>
  16.